home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / Telnet 2.7b5 / source / ICR / vr.proto.h < prev    next >
Encoding:
Text File  |  1993-10-29  |  773 b   |  22 lines  |  [TEXT/CWIE]

  1.  
  2. /* vr.c */
  3. void    ICRunload(void);
  4. void decode0(void);
  5. short decode1(char c);
  6. short VRinit(void);
  7. short VRwrite(char *b, short len);
  8. short VRwindow(union arg av[], char *unused);
  9. void    VRdestroybyName(char *name);
  10. short VRdestroy(union arg av[], char *unused);
  11. short VRmap(union arg av[], char *data);
  12. short VRpixel(union arg av[], char *data);
  13. short VRimp(union arg av[], char *data);
  14. void unimcomp(unsigned char in[], unsigned char out[], short xdim, short xmax);
  15. short unrleit(unsigned char *buf, unsigned char *bufto, short inlen, short outlen);
  16. short VRrle(union arg av[], char *data);
  17. short VRfile(union arg av[], char *unused);
  18. short VRclick(union arg av[], char *unused);
  19. short VRmsave(union arg av[], char *unused);
  20. VRW *VRlookup(char *name);
  21. short VRcleanup(void);
  22.